}
}
+.list-row.button,
.list-row,
.grid-child {
+ background-image: none;
+ border-style: none;
+ box-shadow: none;
+ border-width: 0;
padding: 2px;
}
+.list-row.button:hover {
+ background-color: darken($base_color, 10%);
+}
+
+.list-row.button:selected,
.list-row:selected {
background-color: $selected_bg_color;
color: $selected_fg_color;
background-color: #2c2c2c;
border-color: #1e2222; }
+.list-row.button,
.list-row,
.grid-child {
+ background-image: none;
+ border-style: none;
+ box-shadow: none;
+ border-width: 0;
padding: 2px; }
+.list-row.button:hover {
+ background-color: #101010; }
+
+.list-row.button:selected,
.list-row:selected {
background-color: #215d9c;
color: white; }
+ .list-row.button:selected:backdrop,
.list-row:selected:backdrop {
color: #2c2c2c; }
background-color: #fcfcfc;
border-color: #a8a8a8; }
+.list-row.button,
.list-row,
.grid-child {
+ background-image: none;
+ border-style: none;
+ box-shadow: none;
+ border-width: 0;
padding: 2px; }
+.list-row.button:hover {
+ background-color: #e6e6e6; }
+
+.list-row.button:selected,
.list-row:selected {
background-color: #4a90d9;
color: white; }
+ .list-row.button:selected:backdrop,
.list-row:selected:backdrop {
color: #fcfcfc; }